object fAddWatchDlg: TfAddWatchDlg Left = 423 Top = 311 ActiveControl = txtName BorderStyle = bsDialog Caption = 'Watch' ClientHeight = 402 ClientWidth = 615 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poScreenCenter OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object bvlBottom: TBevel Left = 0 Top = 360 Width = 615 Height = 42 Align = alBottom Shape = bsTopLine end object shpWizBk: TShape Left = 0 Top = 0 Width = 126 Height = 360 Align = alLeft Pen.Color = clWhite end object imgWiz: TImage Left = 8 Top = 23 Width = 106 Height = 303 AutoSize = True Picture.Data = {} end object shpWhiteBk: TShape Left = 126 Top = 0 Width = 489 Height = 360 Align = alClient Pen.Color = clWhite end object htmlWatch: THTMLabel Left = 148 Top = 54 Width = 417 Height = 19 AnchorHint = False AutoSizing = True AutoSizeType = asVertical Color = clWhite Ellipsis = False HintShowFull = False Hover = False HoverColor = clNone HoverFontColor = clNone HTMLHint = False HTMLText.Strings = ( '(set at runtime)') ParentColor = False ShadowColor = clGray ShadowOffset = 2 Transparent = True URLColor = clBlue VAlignment = tvaTop end object lblName: TLabel Left = 148 Top = 110 Width = 137 Height = 13 Caption = 'Enter the name of the watch:' Color = clWhite ParentColor = False Transparent = True end object lblKeywords: TLabel Left = 148 Top = 175 Width = 236 Height = 13 Caption = 'Watch for news items that contain these keyword:' Color = clWhite ParentColor = False Transparent = True end object lblLocation: TLabel Left = 428 Top = 110 Width = 51 Height = 13 Caption = 'lblLocation' Color = clWhite ParentColor = False Transparent = True end object lblOptions: TLabel Left = 428 Top = 192 Width = 46 Height = 13 Caption = 'lblOptions' Color = clWhite ParentColor = False Transparent = True end object bvlLoc: TBevel Left = 425 Top = 127 Width = 160 Height = 10 Shape = bsTopLine end object bvlOpt: TBevel Left = 428 Top = 209 Width = 160 Height = 10 Shape = bsTopLine end object lblTitle: TLabel Left = 148 Top = 11 Width = 161 Height = 19 Caption = '(SET AT RUN TIME)' Color = clWhite Font.Charset = DEFAULT_CHARSET Font.Color = clBlue Font.Height = -16 Font.Name = 'Tahoma' Font.Style = [fsBold] ParentColor = False ParentFont = False end object btnOK: TButton Left = 445 Top = 370 Width = 75 Height = 25 Caption = 'btnOK' Default = True TabOrder = 10 OnClick = btnOKClick end object btnCancel: TButton Left = 529 Top = 370 Width = 75 Height = 25 Cancel = True Caption = 'btnCancel' ModalResult = 2 TabOrder = 11 end object txtName: TnbChannelTitleEdit Left = 148 Top = 130 Width = 235 Height = 21 TabOrder = 0 OnChange = txtNameChange end object lstKeywords: TListBox Left = 148 Top = 224 Width = 160 Height = 115 ItemHeight = 13 Sorted = True TabOrder = 3 OnClick = lstKeywordsClick end object txtCurrentKeyword: TEdit Left = 148 Top = 196 Width = 160 Height = 21 MaxLength = 200 TabOrder = 1 OnChange = txtCurrentKeywordChange OnEnter = txtCurrentKeywordEnter OnExit = txtCurrentKeywordExit end object btnAddKeyword: TButton Left = 313 Top = 196 Width = 70 Height = 25 Caption = 'btnAdd' Enabled = False TabOrder = 2 OnClick = btnAddKeywordClick end object btnRemoveKeyword: TButton Left = 313 Top = 236 Width = 70 Height = 25 Caption = 'btnRemove' Enabled = False TabOrder = 4 OnClick = btnRemoveKeywordClick end object chkLocTitle: TCheckBox Left = 428 Top = 134 Width = 220 Height = 17 Caption = 'In the news item title' Checked = True Color = clWhite ParentColor = False State = cbChecked TabOrder = 5 end object chkLocDescription: TCheckBox Left = 428 Top = 155 Width = 220 Height = 17 Caption = 'In the news item description' Checked = True Color = clWhite ParentColor = False State = cbChecked TabOrder = 6 end object chkOptMatchCase: TCheckBox Left = 428 Top = 216 Width = 220 Height = 17 Caption = 'chkOptMatchCase' Color = clWhite ParentColor = False TabOrder = 7 end object chkOptWholeWords: TCheckBox Left = 428 Top = 237 Width = 220 Height = 17 Caption = 'chkOptWholeWords' Checked = True Color = clWhite ParentColor = False State = cbChecked TabOrder = 8 end object chkOptMatchAllWords: TCheckBox Left = 427 Top = 259 Width = 220 Height = 17 Caption = 'chkOptMatchAllWords' Color = clWhite ParentColor = False TabOrder = 9 end end